home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / disksar.h.z / disksar.h
C/C++ Source or Header  |  1992-04-03  |  964b  |  24 lines

  1. /**************************************************************************
  2.  *                                      *
  3.  *          Copyright (C) 1988, Silicon Graphics, Inc.          *
  4.  *                                      *
  5.  *  These coded instructions, statements, and computer programs  contain  *
  6.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  7.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  8.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  9.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  10.  *                                      *
  11.  **************************************************************************/
  12.  
  13. /*
  14.  * This file defines a structure used for sar accounting on various
  15.  * SGI disk drivers.
  16.  */
  17. struct disksar
  18. {
  19.     struct iotime     iot;        /* see elog.h */
  20.     time_t        stamp;      /* time drive last went active */
  21.     unsigned short  commands;    /* # commands outstanding for drive*/
  22.     unsigned short    attached;    /* inc on open, dec on close */
  23. }; 
  24.